github.com/andybalholm/brotli.h10.HashTypeLength (method, view implemented interface methods)

4 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L644: 	for i = 0; i+hasher.HashTypeLength()-1 < num_bytes; i++ {
		backward_references_hq.go#L670: 				if i+hasher.HashTypeLength()-1 >= num_bytes {
		h10.go#L11: func (*h10) HashTypeLength() uint {
		h10.go#L255: 	if num_bytes >= h.HashTypeLength()-1 && position >= 128 {